chore(deps): update all non-major dependencies #867
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.7.1
->17.7.2
1.14.7
->1.15.0
0.5.1
->0.5.2
17.7.1
->17.7.2
3.32.2
->3.33.0
0.19.3
->0.19.4
2.9.0
->2.10.0
9.1.4
->9.2.0
0.34.5
->0.34.6
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v17.7.2
Compare Source
Note: Version bump only for package @commitlint/cli
nuxt-themes/docus (@nuxt-themes/docus)
v1.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: nuxt-themes/docus@v1.14.9...v1.15.0
v1.14.9
Compare Source
9975e0e
)a0b5ec9
)v1.14.8
Compare Source
86619ed
)nuxt/module-builder (@nuxt/module-builder)
v0.5.2
Compare Source
compare changes
💅 Refactors
citty
(#169)📖 Documentation
🏡 Chore
❤️ Contributors
conventional-changelog/commitlint (commitlint)
v17.7.2
Compare Source
Note: Version bump only for package commitlint
zloirock/core-js (core-js)
v3.33.0
Compare Source
RegExp
escaping stage 2 proposal, September 2023 TC39 meeting:RegExp.escape
method with the new set of symbols for escapingcore-js
, but it was removed after rejecting the old version of this proposalArrayBuffer.prototype.{ transfer, transferToFixedLength }
and support transferring ofArrayBuffer
s viastructuredClone
to engines withMessageChannel
Math.f16round
polyfillMath.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
Observable
proposal because of incompatibility with the new WHATWGObservable
proposalSymbol
polyfill, #1289Iterator
helpers because of some Web compatibility issuesPromise.withResolvers
marked as supported from V8 ~ Chrome 119Array
grouping proposal features marked as supported from FF119value
argument ofURLSearchParams.prototype.{ has, delete }
marked as properly supported from V8 ~ Chrome 118URL.canParse
andURLSearchParams.prototype.size
marked as supported from Bun 1.0.2evanw/esbuild (esbuild)
v0.19.4
Compare Source
Fix printing of JavaScript decorators in tricky cases (#3396)
This release fixes some bugs where esbuild's pretty-printing of JavaScript decorators could incorrectly produced code with a syntax error. The problem happened because esbuild sometimes substitutes identifiers for other expressions in the pretty-printer itself, but the decision about whether to wrap the expression or not didn't account for this. Here are some examples:
Allow pre-release versions to be passed to
target
(#3388)People want to be able to pass version numbers for unreleased versions of node (which have extra stuff after the version numbers) to esbuild's
target
setting and have esbuild do something reasonable with them. These version strings are of course not present in esbuild's internal feature compatibility table because an unreleased version has not been released yet (by definition). With this release, esbuild will now attempt to accept these version strings passed totarget
and do something reasonable with them.ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v2.10.0
Compare Source
Minor Changes
8d503dd
Thanks @ota-meshi! - feat: use eslint-compat-utilscsstools/postcss-plugins (postcss-preset-env)
v9.2.0
Compare Source
October 9, 2023
@csstools/postcss-gamut-mapping
Check the plugin README for usage details.cssdb
to7.8.0
(patch)@csstools/postcss-logical-viewport-units
to2.0.3
(patch)@csstools/postcss-exponential-functions
to1.0.1
(patch)@csstools/postcss-media-minmax
to1.1.0
(minor)@csstools/postcss-media-queries-aspect-ratio-number-values
to2.0.3
(patch)@csstools/postcss-stepped-value-functions
to3.0.2
(patch)@csstools/postcss-trigonometric-functions
to3.0.2
(patch)postcss-custom-properties
to13.3.2
(patch)@csstools/postcss-color-function
to3.0.5
(patch)@csstools/postcss-color-mix-function
to2.0.5
(patch)@csstools/postcss-gradients-interpolation-method
to4.0.5
(patch)@csstools/postcss-hwb-function
to3.0.4
(patch)@csstools/postcss-oklab-function
to3.0.5
(patch)@csstools/postcss-relative-color-syntax
to2.0.5
(patch)postcss-lab-function
to6.0.5
(patch)@csstools/postcss-is-pseudo-class
to4.0.3
(patch)@csstools/postcss-color-function
to3.0.6
(patch)@csstools/postcss-color-mix-function
to2.0.6
(patch)@csstools/postcss-gradients-interpolation-method
to4.0.6
(patch)@csstools/postcss-hwb-function
to3.0.5
(patch)@csstools/postcss-oklab-function
to3.0.6
(patch)@csstools/postcss-relative-color-syntax
to2.0.6
(patch)postcss-lab-function
to6.0.6
(patch)@csstools/postcss-progressive-custom-properties
to3.0.2
(patch)@csstools/postcss-color-function
to3.0.7
(patch)@csstools/postcss-color-mix-function
to2.0.7
(patch)@csstools/postcss-gradients-interpolation-method
to4.0.7
(patch)@csstools/postcss-hwb-function
to3.0.6
(patch)@csstools/postcss-ic-unit
to3.0.2
(patch)@csstools/postcss-oklab-function
to3.0.7
(patch)@csstools/postcss-relative-color-syntax
to2.0.7
(patch)postcss-color-functional-notation
to6.0.2
(patch)postcss-double-position-gradients
to5.0.2
(patch)postcss-lab-function
to6.0.7
(patch)postcss-custom-media
to10.0.2
(patch)postcss-custom-selectors
to7.1.6
(patch)vitest-dev/vitest (vitest)
v0.34.6
Compare Source
🐞 Bug Fixes
test.extend
should be init once time in all test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4168 (730b2)View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.